home *** CD-ROM | disk | FTP | other *** search
- global gRootPath, dV
-
- on beginSprite me
- thePath = gRootPath & "files" & dV & "menu" & dV & "intro_text.txt"
- if baFileExists(thePath) then
- nt = getNetText(thePath)
- if netDone(nt) then
- sprite(me.spriteNum).member.text = netTextResult(nt)
- end if
- end if
- member("title_image").importFileInto(gRootPath & "files" & dV & "Furniture" & dV & "title_image.png")
- end
-